home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / comm / maxs / funlock.lha / funlock.txt < prev   
Text File  |  1997-10-13  |  2KB  |  43 lines

  1. FUNLOCK V1.0 for MAXsBBS Copyright by Keith Bennett 10-Mar-1997
  2. Freeware: This software can be distributed anyware as long as all 3 
  3. files in the archive remain together and are not altered:
  4.  
  5. funlock      the program
  6. funlock.txt  this text file
  7. funlock.asm  assembly code source
  8.  
  9. FUNLOCK is a MAXsBBS filebase section locker/unlocker.
  10. It allows you to quickly lock or unlock whole sections of files in MAXs
  11. standard filebase.
  12. To run funlock type funlock <path to filebase> <sections list>
  13. <sections list> is in the format: 
  14. [operator][sections] <[operator][sections]> <[operator][sections]> etc
  15. Operator is l to lock the folling sections and u to unlock.
  16. Sections is a list of 1 or more sections separated by commas or a range 
  17. of sections separated by a dash. eg:
  18.  
  19. funlock bbs:files/ l1,8,10
  20. to lock all files in file sections 1 and 8 and 10
  21.  
  22. funlock bbs:files/ u1-99
  23. to unlock the entire filebase
  24.  
  25. funlock bbs:files/ l10-20,22 u50,55 l35
  26. to lock file sections 10 to 20 inclusive and section 22 and unlock 
  27. sections 50 and 55, and also lock section 35
  28.  
  29. The existing File.data and File.index files are renamed to 
  30. File.data.old and File.index.old.
  31. This ultility only works with the standard MAXsBBS v1.52-v1.54 filebase.
  32. If you have any problems or questions with this ultility or with MAXsBBS 
  33. contact me at:
  34.  
  35. Keith Bennett
  36. InterNet : keith.bennett@empire.bbs.net.au
  37. FidoNet  : 3:638/111
  38. Australia: 03-97048260 (data)  +61-3-97048260 (International)
  39.            03-97966654 (voice) +61-3-97966654 (International)
  40.  
  41. PS: Don't forget to register MAXiMAIL
  42.  
  43.